← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 108)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 11 statements in 159µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
43239µs967µsSearch::Elasticsearch::Role::Logger::::is_traceSearch::Elasticsearch::Role::Logger::is_trace
11121µs41µsSub::Quote::::BEGIN@3.36 Sub::Quote::BEGIN@3.36
1119µs9µsMethod::Generate::Accessor::::BEGIN@6.37 Method::Generate::Accessor::BEGIN@6.37
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3278µs261µs
# spent 41µs (21+20) within Sub::Quote::BEGIN@3.36 which was called: # once (21µs+20µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 41µs making 1 call to Sub::Quote::BEGIN@3.36 # spent 20µs making 1 call to warnings::unimport
4
# spent 967µs (39+929) within Search::Elasticsearch::Role::Logger::is_trace which was called 4 times, avg 242µs/call: # 2 times (27µs+560µs) by Search::Elasticsearch::Role::Logger::trace_request or Search::Elasticsearch::Role::Logger::trace_response at line 53 of Sub/Defer.pm, avg 293µs/call # once (8µs+369µs) by Search::Elasticsearch::Role::Logger::trace_request at line 54 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Logger.pm # once (3µs+0s) by Search::Elasticsearch::Role::Logger::trace_response at line 87 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Logger.pm
sub Search::Elasticsearch::Role::Logger::is_trace {
5package Method::Generate::Accessor;
6
# spent 9µs within Method::Generate::Accessor::BEGIN@6.37 which was called: # once (9µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "2018";
81500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
917µs %^H = (
10 );
11146µs19µs}
# spent 9µs making 1 call to Method::Generate::Accessor::BEGIN@6.37
12219µs4356µsshift->_assert_trace_handle->is_trace(@_); }
# spent 336µs making 2 calls to Search::Elasticsearch::Role::Logger::_assert_trace_handle, avg 168µs/call # spent 21µs making 2 calls to Log::Any::Proxy::__ANON__[/opt/flows/lib/lib/perl5/Log/Any/Proxy.pm:61], avg 10µs/call
1311µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Logger::is_trace
14}
1514µs1;
16
17;